home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 544.swf / scripts / DefineButton2_135 / BUTTONCONDACTION on(press).as
Text File  |  2006-06-13  |  512b  |  26 lines

  1. on(press){
  2.    play();
  3.    tellTarget("/strength")
  4.    {
  5.       stop();
  6.    }
  7.    C_F = getProperty("/strength", _currentframe);
  8.    trace("currentframe=" add C_F);
  9.    if("11" < C_F)
  10.    {
  11.       C_F -= "11";
  12.       trace("C_F=" add C_F);
  13.    }
  14.    if("6" < C_F)
  15.    {
  16.       C_F = "12" - C_F;
  17.       trace("C_F=" add C_F);
  18.    }
  19.    Ben_S = (C_F - "1") * (eval("/:Max_S") - eval("/:Min_S")) / "5" + eval("/:Min_S");
  20.    trace("Ben_Strength=" add Ben_S);
  21.    tellTarget("/angle")
  22.    {
  23.       play();
  24.    }
  25. }
  26.